home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / BALLOON.OPD < prev    next >
Encoding:
Text File  |  1997-02-18  |  1.2 KB  |  49 lines

  1. #[document 58.6 94.3636 162.886 204.7
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng;ng=draw(path());
  14. auto s=array(ng);
  15. m(136.25,132.25);
  16. c(136.25,132.25,135.70,127.30,136.25,124.90);
  17. c(138.00,117.25,144.85,120.35,148.80,117.25);
  18. c(162.25,106.65,149.70,95.00,146.80,97.55);
  19. finish_edge();
  20. p=path();
  21. gc_draw_style(stroked);
  22. gc_line_join_style(round);
  23. gc_stroke_width(0.90);
  24. gc_font_draw_style(0);
  25. gc_color(0.00,0.00,0.00);
  26. s[0]=draw(p);
  27. m(130.50,137.90);
  28. l(131.50,128.00);
  29. c(131.50,128.00,139.40,132.20,139.40,135.90);
  30. c(139.40,138.95,130.50,137.90,130.50,137.90);
  31. close_edge();
  32. p=path();
  33. gc_draw_style(nzw);
  34. s[1]=draw(p);
  35. m(70.15,190.85);
  36. c(58.60,177.00,63.10,154.20,80.20,140.00);
  37. c(97.35,125.75,120.55,125.55,132.05,139.40);
  38. c(143.60,153.25,139.10,176.05,122.00,190.25);
  39. c(104.85,204.50,81.65,204.70,70.15,190.85);
  40. close_edge();
  41. p=path();
  42. s[2]=draw(p);
  43. s[1]over=s[2];
  44. s[0]over=s[1];
  45. page:=s[0];
  46. s=NULL;
  47. #]page
  48. #]document
  49.